シンタックス
'宣言
Public Overloads Function FindLastIndex( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Predicate(Of LogEntry) _
) As System.Integer
'使用法
Dim instance As LogEntryList
Dim startIndex As System.Integer
Dim count As System.Integer
Dim match As System.Predicate(Of LogEntry)
Dim value As System.Integer
value = instance.FindLastIndex(startIndex, count, match)
public System.int FindLastIndex(
System.int ,
System.int ,
System.Predicate<LogEntry>
)
パラメータ
- startIndex
- count
- match
参照